home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 June / PC Active NR.226.iso / intface / styles / cdrom.css next >
Encoding:
Cascading Style Sheet File  |  2008-01-31  |  6.0 KB  |  318 lines

  1. .Maintabel {
  2.     height: 500px;
  3.     padding-top: 100px;
  4. }
  5.  
  6. .Softwareitems {
  7.     vertical-align: top;
  8.     width: 350px;
  9.     margin-left: 40px;
  10.     border: 0px solid black;
  11.     padding-left: 20px;
  12. }
  13.  
  14. .PictoSoftware {
  15. }
  16.  
  17. .Activeitems {
  18.     vertical-align: top;
  19.     text-indent: 20px;
  20.     width: 350px;
  21.     margin-left: 80px;
  22.     border: 0px solid black;
  23. }
  24.  
  25. .PictoActive {
  26.     margin-left: 20px;
  27. }
  28.  
  29. .x /* commentaar class */
  30. {
  31.     font-family: verdana;
  32.     font-size:10px;
  33.     background-color: yellow;
  34.     layer-background-color: yellow;
  35.     z-index: 1;
  36.     position: absolute;
  37.     width: auto;
  38.     height: auto;
  39.     left: 0;
  40.     top: 0;
  41.     visibility: visible;
  42.     padding : 5px;
  43. }
  44.  
  45. h1
  46. {    margin-bottom:15px;
  47.     margin-top:20px;
  48.     font-size:12pt;
  49.     font-weight: bold;
  50. }
  51.  
  52. xmp, tt
  53. {
  54.     margin-top: 0;
  55.     margin-bottom: 0;
  56. }
  57.  
  58. BODY, TD
  59. {    font-family: verdana, arial, helvetica, sans-serif;
  60.     font-size:10pt;
  61.     color: black;
  62.     background-attachment: fixed;
  63. }
  64.  
  65. p
  66. {
  67.     margin-top: 16px;
  68.     margin-bottom: 0;
  69. }
  70.  
  71. A {    text-decoration: none; }
  72. A.hoofdscherm { color: black; }
  73. A.weblink:hover { color: red; text-decoration: underline; }
  74. A.weblink { text-decoration: underline; }
  75. A.Softwareitems:hover { text-decoration: underline; }
  76. A.popuplink, A.popuplink:hover { color: #aa4444; }
  77.  
  78. select, input { background-color: #dedede; }
  79.  
  80. .popup
  81. {    font-family: arial, helvetica, sans-serif;
  82.     font-size:10pt;
  83.     border: 1px solid black;
  84.     background-color: white;
  85.     /* onderstaande voor NS */
  86.     layer-background-color: #ffffff;
  87.     position: absolute;
  88.     left: 200px;
  89.     top: 220px;
  90.     width: auto;
  91.     height: auto;
  92.     z-index: 100;
  93.     visibility: hidden;
  94.     padding-left: 6px;
  95.     padding-right: 6px;
  96.     padding-top: 3px;
  97.     padding-bottom: 3px;
  98. }
  99.  
  100. .popupTools
  101. {    font-family: arial, helvetica, sans-serif;
  102.     font-size:9pt;
  103.     background-image: url(../media/images/tools_background.gif);
  104.     border: 1px solid black;
  105.     background-color: white;
  106.     /* onderstaande voor NS */
  107.     layer-background-color: #ffffff;
  108.     position: absolute;
  109.     left: 370px;
  110.     top: 220px;
  111.     width: 400px;
  112.     height: auto;
  113.     z-index: 100;
  114.     visibility: hidden;
  115.     padding-left: 6px;
  116.     padding-right: 6px;
  117.     padding-top: 3px;
  118.     padding-bottom: 3px;
  119. }
  120.  
  121. .popupImage
  122. {    font-family: arial, helvetica, sans-serif;
  123.     font-size:10pt;
  124.     border: none;
  125.     position: absolute;
  126.     left: 200px;
  127.     top: 220px;
  128.     width: auto;
  129.     height: auto;
  130.     z-index: 100;
  131.     visibility: hidden;
  132.     padding-left: 0px;
  133.     padding-right: 0px;
  134.     padding-top: 0px;
  135.     padding-bottom: 0px;
  136. }
  137.  
  138. .popup td
  139. {    font-family: arial, helvetica, sans-serif;
  140.     font-size:10pt;
  141. }
  142.  
  143. .pcaPopup /* popup op PC-Active menuscherm */
  144. {    font-family: arial, helvetica, sans-serif;
  145.     font-size:10pt;
  146.     border: 1px solid black;
  147.     background-color: white;
  148.     /* onderstaande voor NS */
  149.     layer-background-color: #ffffff;
  150.     position: absolute;
  151.     left: 400px;
  152.     top: 400px;
  153.     width: 200px;
  154.     height: auto;
  155.     visibility: hidden;
  156.     padding: 3px;
  157.     font-style : italic;
  158. }
  159.  
  160. #errorPopup
  161. {    visibility: hidden;
  162.     position: absolute;
  163.     left: 80px;
  164.     top:80px;
  165.     width: 470px;
  166.     background-color: #d0d0d0;
  167.     border: 2px outset;
  168.     z-Index: 1000;
  169. }
  170.  
  171. #errorTitle
  172. {    font-family: system;
  173.     color: white;
  174.     background-color: #000080;
  175.     cursor: hand;
  176.     width: 100%;
  177.     padding: 2px;
  178. }
  179.  
  180. #errorIntro
  181. {    font-family: arial;
  182.     font-size: 9pt;
  183.     width: 100%;
  184.     padding: 4px;
  185.     margin-left: 10px;
  186. }
  187.  
  188. #errorMelding
  189. {    font-family: arial;
  190.     font-size: 9pt;
  191.     background-color: white;
  192.     width: 95%;
  193.     margin-left: 20px;
  194.     padding: 2px;
  195.     border: 3px inset;
  196. }
  197.  
  198. /* errorImgClose en errorImgIcon worden niet meer
  199. gebruikt */
  200. #errorImgClose
  201. {    background-image: url(media/images/btn_close.gif);
  202.     border: 0;    
  203. }
  204. #errorImgIcon
  205. {    background-image: url(media/images/logosmall.gif);
  206.     border: 0;
  207. }
  208.  
  209. .scrollmenu
  210. {    position: absolute;
  211.     left: 350px;
  212.     width: 160px;
  213.     top: -50px;
  214.     border: 1px solid black;
  215.     background-color:lightyellow;
  216.     layer-background-color:lightyellow;
  217.     line-height: 20px;
  218. }
  219.  
  220. /* fonts */
  221. .titel { font-size: 22pt; font-weight: bold; }
  222. .grootfont { font: 13pt arial, helvetica, sans-serif; font-weight: bold; }
  223. .onderschrift, .kleinfont { font: 8pt arial, helvetica, sans-serif; }
  224. .witfont { color: white; }
  225. .grijsfont { color: #a0a0a0; }
  226. .roodfont { color: #dd0000; }
  227. .fout, .nieuw { color: red; font-size: 8pt;}
  228.  
  229. .code, pre
  230. {    font-family : "Courier New", Courier, monospace;
  231.     font-size: 10pt;
  232.     margin-top: 0;
  233.     margin-bottom: 0;
  234. }
  235.  
  236. .function        { color: blue; }
  237. a.function       { border-bottom: 1px dashed; }
  238. a.function:hover { color: blue; }
  239.  
  240. .delimiter, .script { color: red; }
  241. .comment      { color: #228800;  }
  242. .string       { color: #000077; }
  243. .res          { color: #0000ff; }
  244. .html         { color: #a0a0a0; }
  245. .CSSStyleName { color: purple; }
  246. .CSSName      { color: blue; }
  247. .CSSValue     { color: red; }
  248. .CSSNumber    { color: brown; }
  249.  
  250. #popupDatabases
  251. {    font-family: verdana, arial, helvetica, sans-serif;
  252.     font-size:10pt;
  253.     border: none;
  254.     border-top: 1px solid black;
  255.     border-left: 1px solid black;
  256.     border-right: 3px solid black;
  257.     border-bottom: 3px solid black;
  258.     background-image: url(media/images/back.gif);
  259.     position: absolute;
  260.     width: auto;
  261.     height: auto;
  262.     z-index: 1;
  263.     visibility: hidden;
  264.     padding: 5px;
  265. }
  266.  
  267. .totaalOverzicht
  268. {    font-size:8pt;
  269.     color: black;
  270. }
  271.  
  272. .tabelKop
  273. {    font-family: verdana, arial, helvetica, sans-serif;
  274.     font-size:10pt;
  275.     font-weight: bold;
  276.     background-color: #008000;
  277.     border-bottom:1px solid black;
  278.     border-top:1px solid black;
  279.     color: White;
  280.     padding-top: 3px;
  281.     padding-bottom: 3px;
  282.     padding-left: 6px;
  283.     text-align : left;
  284.     
  285. }
  286.  
  287. .tabelBody
  288. {    background-color: #e0e0e0;
  289.     border-bottom:1px solid black;
  290. }
  291.  
  292. .tabelBody td
  293. {    padding-left: 6px;
  294.     padding-right: 4px;
  295.     padding-top: 2px;
  296.     padding-bottom: 2px;
  297.  
  298. }
  299.  
  300. .tabelRij
  301. {    background-color: #f0f0f0;
  302. }
  303.  
  304. /* tabelrijen om en om lichtgrijs*/
  305. .t1 { background-color: #e0e0e0; padding-left: 4px;}
  306. .t2 { background-color: #f0f0f0; padding-left: 4px;}
  307.  
  308. .popupBodyDVD
  309. {
  310.     position: absolute;
  311.     top: 20px;
  312.     left: 40px;
  313. }
  314.  
  315. .NavKnoppen {
  316. top: 150px;
  317. margin-top: 50px;
  318. }